projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1118718
)
(strout): Fix whitespace.
author
Andreas Schwab
<schwab@suse.de>
Fri, 8 Sep 2006 11:39:24 +0000
(11:39 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 8 Sep 2006 11:39:24 +0000
(11:39 +0000)
src/ChangeLog
patch
|
blob
|
history
src/print.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 234a5e5d9cd01ecfd977d3c76ad4f91a8723417a..24be5b39c32588e110826b055c60699961c4f9b7 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2006-09-08 Andreas Schwab <schwab@suse.de>
+
+ * print.c (strout): Fix whitespace.
+
2006-09-08 Kim F. Storm <storm@cua.dk>
* xterm.c (x_draw_glyph_string): Fix 2006-08-24 change.
diff --git
a/src/print.c
b/src/print.c
index e56c231d30a2eaa4a3c29b8686c06e54437a6e03..13354763f902efc3d4c690c68a9b162684400d66 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-413,7
+413,7
@@
strout (ptr, size, size_byte, printcharfun, multibyte)
if (size == size_byte)
{
for (i = 0; i < size; ++i)
- insert_char ((unsigned char
)
*ptr++);
+ insert_char ((unsigned char
)
*ptr++);
}
else
{